home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 49
/
Volume 49 - JOGO DISK .iso
/
Games
/
freezelifter.swf
/
scripts
/
DefineSprite_237
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-10-01
|
260 b
|
10 lines
function check_enter_chopper()
{
var _loc1_ = _parent;
if(_root.chopper.hitTest(_loc1_._x + _loc1_._parent._x,_loc1_._y + _loc1_._parent._y,0))
{
_root.chickEnters(_loc1_.n,_loc1_.special);
_loc1_.gotoandplay("inchopper");
}
}